
.banner {
    position: relative;
    margin-top: -7vw;
    margin-bottom: -28vw;
}

.button_banner {
    position: relative;
    display: block;
    background: #d6ad6f;
    background-image: url("../assets/imagens/home/gold_button3.png");
    background-size: cover;
    background-position:initial;
    background-repeat: no-repeat;
    top: 4vw;
    left: 65vw;
    width: 18vw;
    height: 3.5vw;
    border-radius: 1.2vw;
    border: none;
    font-family: 'Open Sans';
    justify-content: center;
    align-content: center;
    color: #fff;
    font-weight: 600;
    font-size: 1vw;
    text-align: center;
    cursor: pointer;
    animation: button_banner_animation 6s;
    transition: all 0.8s;
}

.button_banner:hover {
    color: #d6ad6f;
    background: #fff;
    border: 1px solid #d6ad6f;

}

#banner_mobile {
    display: none;
}

.titulo_banner {
    position: relative;
    left: 49vw;
    width: 48vw;
    font-family: 'Open Sans';
    color: #d6ad6f;
    text-align: center;
    font-size: 4vw;
    font-weight: 800;
    line-height: 2.5vw;
    animation: titulo_banner_animation 6s;


}

.section0, .section1, .section2, .section3, .section4 {
    overflow: hidden;
}
@keyframes titulo_banner_animation {
    0%, 5% {
        left: 100vw;
    }

    20%, 100% {
        left: 49vw;
    }
}

@keyframes button_banner_animation {
    0%, 5% {
        left: 100vw;
    }

    20%, 100% {
        left: 65vw;
    }
}

@keyframes escrita_banner_animation {
    0%, 20% {
        left: -20vw;
    }

    35%, 100% {
        left: 5vw;
    }
}



.titulo_banner_span1 {
    position: relative;
    font-size: 2vw;
    font-weight: 400;
    line-height: 3.5vw;
    color: #000;

}

.titulo_banner_span2 {
    position: relative;
    top: -1.5vw;
    font-size: 1.5vw;
    font-weight: 400;

}

.escrita_banner {
    position: relative;
    left: 5vw;
    top: 8vw;
    width: 20vw;
    font-family: 'Open Sans';
    color: #d6ad6f;
    text-align: center;
    font-size: 1.2vw;
    font-weight: 400;
    margin-bottom: 14vw;
    animation: escrita_banner_animation 6s;
}

.titulo_principal {
    position: relative;
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 1.5rem;
    margin-left: 5vw;
    margin-bottom: 2vw;
}

.titulo_principal2 {
    position: relative;
    font-family: 'Open Sans';
    font-weight: 800;
    font-size: 1.5rem;
    margin-left: 5vw;
    margin-bottom: 2vw;
    width: 90vw;
    text-align: center;
    color: #d6ad6f;
}

.titulo_principal3 {
    position: relative;
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 1.5rem;
    margin-left: 5vw;
    margin-bottom: 2vw;
    width: 90vw;
    text-align: center;
    color: #000000;
}

.descricao {
    position: relative;
    width: 65vw;
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 1rem;
    margin-left: 5vw;
    margin-right: 5vw;
    margin-bottom: 5vw;
    text-align: justify;
}

.video_yt {
    position: relative;
    height: auto;
    width: 20vw;
    margin-right: 5vw;
    margin-top: 0;


}

.ctn_certificacoes {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin-left: 5vw;
    margin-right: 5vw;
    margin-bottom: 2vw;
}

.box {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    width: calc((100% - 8px)/5);
}

.box:hover {
    box-shadow: 1px 1px 10px #0000003e;
}

.texto_certificacoes {
    position: relative;
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 0.75rem;
    text-align: justify;
    margin-bottom: 30px;
    padding: 10px;
    width: 100%;
}

.titulo_certificacoes {
    position: relative;
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 1rem;
    text-align: center;
    margin-bottom: 20px;
}

.faixa_certificacoes {
    position: relative;
    background: #d6ad6f65;
    width: 2px;
    height: auto;
}

.icone_certificacoes {
    width: 7vw;
    margin-top: 2vw;
}

.instagram {
    position: relative;
    margin-left: 5vw;
    width: 35vw;
    border-radius: 10px;
    margin-bottom: 2vw;
}

.instagram_titulo {
    position: relative;
    display: flex;
    flex-direction: row;
}

.instagram_picture {
    width: 80px;
    height: 80px;
    margin-right: 2vw;
}

.instagram_nome {
    position: relative;
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 0.9rem;
    color: #000;
    margin-top: 1vw;
    margin-bottom: 2vw;
}

.instagram_username {
    font-size: 0.8rem;
    color: #565555;
    font-weight: 400;

}

.instagram_foto {
    position: relative;
    width: calc(17.5vw - 2.5px);
    height: calc(17.5vw - 2.5px);
}

.instagram_foto_hover_info {
    position: relative;
    display: flex;
    flex-direction: column;
    width: calc(17.5vw - 2.5px);
    height: calc(17.5vw - 2.5px);
    margin-top: calc(-17.5vw - 2.5px);
    background: #000000b4;
}

.button_instagram {
    position: relative;
    display: flex;
    width: 6vw;
    height: 2vw;
    border-radius: 5px;
    background: #d6ad6f;
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 0.9rem;
    color: #fff;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-bottom: 2vw;
}

.logo_instagram {
    position: relative;
    width: 1vw;
    height: 1vw;
    margin-right: 0.5vw;
}

.instagram_grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    flex-wrap: wrap;
    column-gap: 5px;
}

.instagram_foto_hover {
    display: none;
}

.ctn_instagram_info {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-bottom: 1vw;
}

.instagram_info {
    position: relative;
    font-family: 'Open Sans';
    font-size: 1rem;
    font-weight: 600;
    color: #000;
    text-align: center;
    width: 10vw;
}

.instagram_info2 {
    color: #565555;
    font-size: 0.8rem;
    font-weight: 400;
}

.instagram_foto:hover ~ .instagram_foto_hover {
    display: block;
}

.instagram_foto_hover:hover {
    display: block;
}

.instagram_descricao {
    position: relative;
    width: 17.5vw;
    height: 9vw;
    font-family: 'Open Sans';
    font-size: 0.9vw;
    font-weight: 400;
    color: #fff;
    text-align: justify;
    padding: 2vw;
    overflow: hidden;
    
}

.instagram_info_hover {
    position: relative;
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 1vw;
    color: #fff;
    margin: 0vw;
}

.instagram_icon_img {
    margin-right: 1vw;
    width: 2vw;
}

.instagram_info_unique_ctn {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: left;
    justify-content: space-between;
    border: 0px solid red;
}

.instagram_hover_info_ctn {
    position: relative;
    left: 0vw;
    min-width: 13.5vw;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 2vw;
    margin-top: 4vw;
    margin-bottom: 0;
    border: 0px solid red;
}

.button_beneficios {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 5vw;
    width: 50vw;
    height: 60px;
    background: #ffffff00;
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 1rem;
    text-align: left;
    cursor: pointer;
    border-radius: 5px;
    border: none;
    padding: 10px;
    padding-right: 2vw;
}

.linha_button_beneficios {
    width: 50vw;
    height: 2px;
    background: #0000001d;
}

.escrita_beneficios {
    position: relative;
    width: 50vw;
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 0.9rem;
    margin-top: 0px;
    margin-bottom: 20px;
    text-align: justify;
    padding: 10px;

}

.ctn_escrita_beneficios {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: all 0.5s ease;
}

.beneficios_ctn {
    margin-bottom: 2vw
}



.span_servicos {
    font-size: 1rem;
    font-weight: 800;
}

.button_beneficios:hover {
    background-image: url("../assets/imagens/home/gold_button3.png");
    background-size: cover;
    background-position:initial;
    background-repeat: no-repeat;

}

.atleta_ctn {
    position: relative;
    display: flex;
    left: 0vw;
    flex-direction: column;
    height: auto;
    flex: 0 0 calc((100% - 4vw) / 3);
    background:#d6ad6f;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-top: 2vw;
    margin-bottom: 5vw;
    align-items: center;
    align-content: space-between;
    z-index: 2;
    margin-right: 2vw;
    transition: all 0.5s;

}

.carrossel_atletas {
    position: relative;
    display: flex;
    flex-direction: row;
    overflow: hidden;
    width: calc(100% - 20vw);
    margin-left: 10vw;
    margin-right: 10vw;
}

.ctn_button_carrossel {
    position: relative;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    margin-top: -60px;
    top: 240px;
}

.divisao {
    position: relative;
    background:#00000017;
    width: 80vw;
    left: 10vw;
    height: 1px;
    margin-bottom: 2vw;
}

.ctn_button_carrossel_google {
    position: relative;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    margin-top: -80px;
    margin-bottom: 80px;
    top: 240px;
}

.img_button_carrossel, .img_button_carrossel_google {
    background: rgb(133 133 133);
    width: 32px;
    height: 32px;
    padding: 8px;
    padding-left: 10px;
    border-radius: 30px;
}

.button_carrossel:hover .img_button_carrossel {
    background: #000;
}


.button_carrossel, .button_carrossel_google {
    background: transparent;
    border: none;
    margin-left: 7vw;
    margin-right: 7vw;
    z-index: 3;
    cursor: pointer;
}




.detalhe_ctn_atleta {
    position: relative;
    width: 2vw;
    margin-bottom: 2vw;
}

.texto_atleta {
    position: relative;
    font-family: 'Open Sans';
    width: 100%;
    height: auto;
    text-align: left;
    font-size: 0.9rem;
    font-weight: 400;
    padding: calc(10px + 1vw);
    color: #000;
    margin-top: 1vw;
    text-align: justify;
}

.atleta_ctn_description {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 10px;
    background: #000000;
    color: #fff;
    margin-top: 5vw;
}

.foto_atleta {
    width: 8vw;
    height: 8vw;
    border-radius: 4vw;
    transform: translateY(calc(-5vw - 10px));
    margin-bottom: -4vw;
}

.foto_atleta2 {
    width: 100%;
    height: 100%;
    margin-bottom: -100%;
    z-index: 3;
    filter: grayscale(1);
    transition: all 0.3s;
    opacity: 0;
    
}

.atleta_ctn:hover .foto_atleta2 {
    opacity: 1;
}

.ctn_ball {
    position: relative;
    display: flex;
    flex-direction: row;
    width: 45px;
    left: calc(50% - 20px);
    margin-top: -3vw;
    margin-bottom: 3vw;
}

.ctn_ball_google {
    position: relative;
    display: flex;
    flex-direction: row;
    width: 60px;
    left: calc(50% - 20px);
    margin-top: -3vw;
    margin-bottom: 3vw;
}

.ball, .ball2, .ball_google, .ball2_google {
    position: relative;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background: #bebebe;
    margin-right: 8px;
}

#ball_mobile, #ball_mobile_google {
    display: none;
}

.ball_activated {
    background: #000000;
    border: 0px solid #000;
}

.horizontal {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.flex_section1 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.flex_section2 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.google_header {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 80vw;
    left: 10vw;
    align-items: center;
    justify-content: center;
}
.google_rate {
    position: relative;
    font-family: 'Open Sans';
    font-weight: 600;
    color: #000000;
    font-size: 3rem;
}

.google_stars {
    position: relative;
    display: flex;
    flex-direction: row;
    margin-left: 1vw;
    margin-right: 5vw;
}

.google_star {
    position: relative;
    width: 2vw;
    height: 2vw;
}

.google_stars2 {
    position: relative;
    display: flex;
    flex-direction: row;
}

.google_star2 {
    position: relative;
    width: 1.5vw;
    height: 1.5vw;
}


.google_rate_info {
    position: relative;
    font-family: 'Open Sans';
    font-weight: 400;
    color: #565555;
    font-size: 0.75rem;
    top: 0.3vw;
    left: 0.3vw;
}

.google_rate_titulo {
    position: relative;
    display: flex;
    flex-direction: row;
    margin-bottom: 0.5vw;
}

.google_rate_picture {
    width: 45px;
    height: 45px;
    border-radius: 22.5px;
    margin-right: 2vw;
}

.google_rate_nome {
    position: relative;
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 0.9rem;
    color: #000;
    margin-top: 0vw;
    margin-bottom: 0vw;
}

.google_rate_date {
    font-size: 0.8rem;
    color: #565555;
    font-weight: 400;

}

.google_description {
    position: relative;
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 0.8rem;
    color: #000;
    margin-top: 1vw;
    text-align: justify;
    text-overflow:ellipsis;
    display: -webkit-box;
    overflow: hidden;
    height: 145px;
    margin-bottom: 10px;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}

.google_href {
    position: relative;
    font-family: 'Open Sans';
    font-size: 0.8rem;
    font-weight: 600;
    color: #d6ad6f;
    cursor: pointer;
}
.ctn_google {
    position: relative;
    display: flex;
    flex-direction: row;
    width: calc(100% - 20vw);
    margin-left: 10vw;
    overflow: hidden;
    margin-bottom: 4vw;
}

.ctn_avaliacao {
    position: relative;
    flex: 0 0 calc((100% - 4vw) / 3);
    height: auto;
    border-radius: 5px;
    background: #f6f6f6;
    padding: 2vw;
    overflow: hidden;
    margin-right: 2vw;
    transition: all 0.5s;
}

.button_google {
    position: relative;
    display: flex;
    width: 15vw;
    height: 3vw;
    border-radius: 1.5vw;
    background: #d6ad6f;
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 0.9rem;
    color: #000000;
    cursor: pointer;
    justify-content: center;
    align-items: center;
}


.vertical {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.google_data {
    position: relative;
    left: 5vw;
    width: 90vw;
}

@media (max-width: 769px) {
    * {
        max-width: 100vw;
    }

    .banner {
        max-width: none;
        left: 0vw;
        width: 100vw;
        overflow: hidden;
    }

    #banner_desktop {
        display: none;
    }

    #banner_mobile {
        display: block;
    }
    

    .button_banner {
        width: 90vw;
        height: 10vw;
        left: 5vw;
        top: -6vw;
        font-size: 4vw;
        animation: none;
    }

    .titulo_banner {
        width: 90vw;
        left: 5vw;
        font-size: 9vw;
        font-weight: 800;
        top: -100vw;
        margin-top: 0;
        line-height: 20px;
        animation: none;
    }

    .titulo_banner_span1 {
        font-size: 5vw;
        color: #000000;
        line-height: 30px;
    }

    .escrita_banner {
        width: 90vw;
        display: none;
        font-size: 0.8rem;
        top: -25vw;
        text-shadow: 1px 1px 2px #00000093;
        animation: none;
        margin-bottom: 0;
    }

    .titulo_banner_span2 {
        font-size: 3vw;
    }
    .flex_section1 {
        flex-direction: column-reverse;
    }
    .flex_section2 {
        flex-direction: column;
    }
    .section0 {
        overflow: hidden;
    }
    .video_yt {
        margin: 2vw;
        display: none;
        margin-left: 5vw;
        width: 90vw;
        height: auto;
    }

    .descricao {
        width: 90vw;
    }

    .divisao {
        margin-top: 5vw;
        margin-bottom: 5vw;
        width: 90vw;
        left: 5vw;
    }

    .ctn_certificacoes {
        justify-content: space-between;
        flex-direction: column;
    }

    .faixa_certificacoes {
        width: 90vw;
        height: 2px;
    }

    .icone_certificacoes {
        width: 20vw;
        margin-top: 20px;
    }

    .box {
        width: 90vw;
    }

    .instagram {
        width: 90vw;
    }

    .beneficios_ctn {
        width: 90vw;
        margin-left: 5vw;
    }

    .button_beneficios {
        width: 90vw;
        color: #000;
        font-family: 'Open Sans';
        font-size: 1rem;
        font-weight: 600;
    }

    .button_beneficios:hover {
        background: #fff;
    }

    .escrita_beneficios {
        width: 90vw;
    }

    .linha_button_beneficios {
        width: 90vw;
    }

    .carrossel_atletas {
        width: 90vw;
        margin-left: 5vw;
        margin-top: 20vw;
    }

    .atleta_ctn {
        width: 90vw;
        flex: 0 0 100%;
        margin-right: 5vw;
        transition: all 0.3s;
    }

    .detalhe_ctn_atleta {
        width: 8vw;
    }

    .foto_atleta {
        width: 30vw;
        height: 30vw;
        border-radius: 15vw;
    }

    .box:hover {
        box-shadow: none;
    }
    
    .texto_certificacoes {
        padding: 0;
    }

    #ball_mobile, #ball_mobile_google {
        display: flex;
    }

    #ball_desktop, #ball_desktop_google {
        display: none;
    }

    .button_carrossel {
        display: none;
    }

    .button_carrossel_google {
        display: none;
    }

    .ctn_ball {
        width: 140px;
        left: 150px;
    }

    .instagram_foto {
        width: calc(45vw - 2.5px);
        height: calc(45vw - 2.5px);
    }
    
    .button_instagram {
        width: 30vw;
        height: 8vw;
        margin-top: 4vw;
        margin-bottom: 4vw;

    }

    .button_google {
        width: 40vw;
        height: 8vw;
    }

    .google_star {
        width: 5vw;
        height: 5vw;
    }

    .google_star2 {
        width: 4vw;
        height: 4vw;
    }

    .google_stars {
        margin-left: 4vw;
    }

    .ctn_avaliacao {
        position: relative;
        flex: 0 0 100%;
        margin-right: 5vw;
        margin-top: 5vw;
        margin-bottom: 2vw;

    }
    .instagram_foto_hover_info {

        width: calc(45vw - 2.5px);
        height: calc(45vw - 2.5px);
        margin-top: calc(-45vw - 2.5px);

    }

    .ctn_ball_google {
        position: relative;
        display: flex;
        flex-direction: row;
        width: 160px;
        left: calc(50% - 80px);
        margin-top: -3vw;
        margin-bottom: 5vw;
    }

    .instagram_descricao {
        position: relative;
        left: 2vw;
        width: 40vw;
        height: 30vw;
        font-size: 3vw;

        
    }

    .instagram_info_hover {
        font-size: 4vw;
        margin: 0vw;
    }

    .instagram_icon_img {
        width: 6vw;
    }
    

    .instagram_hover_info_ctn {
        position: relative;
        left: 2vw;
        width: 37vw;
        margin-bottom: 4vw;
    }

    .logo_instagram {
        width: 4vw;
        height: 4vw;
        margin-right: 2vw;
    }
}

